home *** CD-ROM | disk | FTP | other *** search
- Path: news.cityu.edu.hk!93849612
- From: 93849612@cpccux0.cityu.edu.hk (Man_Utd Vs NewCastle)
- Newsgroups: comp.lang.c++
- Subject: TEdit in OWL
- Date: 12 Apr 1996 08:39:14 GMT
- Organization: City University of Hong Kong
- Message-ID: <4kl4ri$mq3@ctylnk.cityu.edu.hk>
- NNTP-Posting-Host: ccspc46.cityu.edu.hk
- X-Newsreader: TIN [version 1.2 PL2]
-
- hello,
- I want to know if anyone can solve my problem in OWL .
-
- When I use TEdit in the following way in a dialog constructor
- there is not effect at all :
-
- item1 = new TEdit(this, -1,10,20,25,75);
- item1->SetText("this is item1");
-
- I can't see anything in the Edit box. What 's going on ?
-
- Still worst,
- when I use TStatic in a similar way, i.e. to constrct a
- text region with a string.
- When I call item2->Clear(), the text in the static text region is not clear. Ah ! what 's going on
-
- Thanks for anyone can help me
-
-